Reseller EndpointsFetch all citiesOn this pageFetch all citiesDetailsUsed to fetch all cities.URL : <base_url>/reseller/citiesMethod : GETAuthentication required : YESSuccess ResponseCode : 200 OKContent :{ "success": true, "data": [ { "id": 51, "name": "Kingston" }, { "id": 67, "name": "Montego Bay" } ]}